home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Framewrk / FWSemEvt / Include / PRSIGlue.h < prev    next >
Encoding:
Text File  |  1996-04-25  |  702 b   |  22 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                PRSIGlue.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef PRSIGLUE_H
  11. #define PRSIGLUE_H
  12.  
  13. struct FW_SSemIntGlueProcs;
  14.  
  15. //========================================================================================
  16. // Access SOM -> C++ Callback Glue Pointers
  17. //========================================================================================
  18.  
  19. FW_SSemIntGlueProcs* FW_PrivGetSemanticInterfaceGlue();
  20.                                 
  21. #endif // PRSIGLUE_H
  22.